Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zephyr: esp32c6: Add LP Core support #395

Open
wants to merge 3 commits into
base: zephyr
Choose a base branch
from

Conversation

LucasTambor
Copy link
Collaborator

Add LP Core support to esp32c6

Add ULP component based on a2f420a36ecf8cd19b443adde1d75e5eaecc6309

Signed-off-by: Lucas Tamborrino <[email protected]>
Add files and changes to ULP component to support
Zephyr's build.

Add ULP component based on a2f420a36ecf8cd19b443adde1d75e5eaecc6309

Signed-off-by: Lucas Tamborrino <[email protected]>
Add LP Core support to esp32c6

Signed-off-by: Lucas Tamborrino <[email protected]>
set(CMAKE_ASM_COMPILER "esp32ulp-elf-as")
set(CMAKE_OBJCOPY "esp32ulp-elf-objcopy")
set(CMAKE_LINKER "esp32ulp-elf-ld")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mone more NL

* SPDX-License-Identifier: Apache-2.0
*/

#include "sdkconfig.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we got rid of the sdkconfig.h

extern "C" {
#endif

#include "sdkconfig.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove this as well

* SPDX-License-Identifier: Apache-2.0
*/

#include "sdkconfig.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dtto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants